All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.qtcomponents.SCInfo
java.lang.Object
|
+----quicktime.std.qtcomponents.SCInfo
- public final class SCInfo
- extends Object
-
dataSize
- The actual number of bytes in the handle that is the compressed data.
-
imageData
- The compressed image data of a frame
-
notSyncFlag
- Indicates whether the frame is a key frame.
-
SCInfo(QTHandleRef, int, short)
-
imageData
public QTHandleRef imageData
- The compressed image data of a frame
dataSize
public int dataSize
- The actual number of bytes in the handle that is the compressed data.
This may be less than the handle's actual size, in which case only
the bytes up to this size are valid compressed data.
notSyncFlag
public short notSyncFlag
- Indicates whether the frame is a key frame.
SCInfo
public SCInfo(QTHandleRef imageData,
int dataSize,
short nSyncFlag)
All Packages Class Hierarchy This Package Previous Next Index